home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000303_slash_dev_slas…_2000@yahoo.com_Fri Apr 7 16:29:18 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!postnews.google.com!u72g2000cwu.googlegroups.com!not-for-mail
  2. From: "Mark Sapiro" <slash_dev_slash_null_2000@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: ssh keys from Cygwin
  5. Date: 5 Apr 2006 22:10:27 -0700
  6. Organization: http://groups.google.com
  7. Lines: 21
  8. Message-ID: <1144300227.501438.133520@u72g2000cwu.googlegroups.com>
  9. References: <1144248824.768513@irys.nyx.net>
  10. NNTP-Posting-Host: 70.36.206.137
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset="iso-8859-1"
  13. X-Trace: posting.google.com 1144300232 32039 127.0.0.1 (6 Apr 2006 05:10:32 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Thu, 6 Apr 2006 05:10:32 +0000 (UTC)
  16. User-Agent: G2/0.2
  17. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20060111 Netscape/8.1,gzip(gfe),gzip(gfe)
  18. Complaints-To: groups-abuse@google.com
  19. Injection-Info: u72g2000cwu.googlegroups.com; posting-host=70.36.206.137;
  20.    posting-account=iQNWIg0AAAAD2fStXNC9nwGlPdSqjWrI
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15560
  22.  
  23. Robert Rodriguez wrote:
  24. > Is there a way to make the Windows version of Kermit use pre-existing key files from another version of SSH (for insyance, CYGWIN) when connecting, rather than
  25. > using its own set, which are incompatible with some versions of AIX?
  26.  
  27. I use keys generated by ssh-keygen. I store them in "C:\Documents and
  28. Settings\<user>\application Data\Kermit 95\SSH" which is where
  29. Kermit-95 expects to find them. I make that directory private.
  30.  
  31. I then have an alias in my Cygwin shell
  32.  
  33. alias ssh='ssh -i ~/Application\ Data/Kermit\ 95/SSH/id_dsa'
  34.  
  35. so that Cygwin ssh uses the same actual key file and I don't need
  36. multiple copies.
  37.  
  38. --
  39. (for email use this address please - you can figure it out)
  40.  
  41. Mark Sapiro msapiro at value net      The highway is for gamblers,
  42. San Francisco Bay Area, California    better use your sense - B. Dylan
  43.